Interface CustomPdu

All Superinterfaces:
IPCData, Pdu, Signal
All Known Subinterfaces:
CustomIOPdu, IoePdu
All Known Implementing Classes:
CustomIOPduImpl, CustomPduImpl, IoePduImpl

public interface CustomPdu extends Pdu
  • Method Details

    • getRawBuffer

      List<Byte> getRawBuffer()
      Returns:
      List<Byte> Returns a List<Byte>
    • setRawBuffer

      void setRawBuffer(List<Byte> rawBuffer)
      Parameters:
      rawBuffer - Takes in a parameter of rawBuffer
    • getCustomProtocol

      String getCustomProtocol()
      Returns:
      String Returns a String
    • setCustomProtocol

      void setCustomProtocol(String customProtocol)
      Parameters:
      customProtocol - Takes in a parameter of customProtocol
    • getCustomPduType

      String getCustomPduType()
      Returns:
      String Returns a String
    • setCustomPduType

      void setCustomPduType(String customPduType)
      Parameters:
      customPduType - Takes in a parameter of customPduType
    • getCustomFieldsJson

      String getCustomFieldsJson()
      Returns:
      String Returns a String
    • setCustomFieldsJson

      void setCustomFieldsJson(String customFieldsJson)
      Parameters:
      customFieldsJson - Takes in a parameter of customFieldsJson